You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

bpmnlint-utils

Package Overview
Dependencies
Maintainers
9
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmnlint-utils

Utilities for creating bpmnlint rules


Version published
Weekly downloads
7.4K
decreased by-22.3%
Maintainers
9
Install size
6.42 kB
Created
Weekly downloads
 

Changelog

Source

1.1.1

  • FIX: ship CommonJS bundle with cjs suffix

Readme

Source

bpmnlint-utils

CI

Utilities for creating bpmnlint rules.

Usage

import {
  is,
  isAny
} from 'bpmnlint-utils';

is(moddleElement, 'bpmn:ServiceTask'); // true || false
isAny(moddleElement, [ 'bpmn:Task', 'bpmn:Event' ]); // true || false

License

MIT

Keywords

FAQs

Package last updated on 12 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc